LLVM API Documentation

Static Public Member Functions
llvm::TypeBuilder< T[], cross > Class Template Reference

LLVM uses an array of length 0 to represent an unknown-length array. More...

#include <TypeBuilder.h>

List of all members.

Static Public Member Functions

static ArrayTypeget (LLVMContext &Context)

Detailed Description

template<typename T, bool cross>
class llvm::TypeBuilder< T[], cross >

LLVM uses an array of length 0 to represent an unknown-length array.

Definition at line 122 of file TypeBuilder.h.


Member Function Documentation

template<typename T , bool cross>
static ArrayType* llvm::TypeBuilder< T[], cross >::get ( LLVMContext Context) [inline, static]

Definition at line 124 of file TypeBuilder.h.

References llvm::ArrayType::get().


The documentation for this class was generated from the following file: